From: kaf24@firebug.cl.cam.ac.uk Date: Wed, 10 May 2006 14:49:47 +0000 (+0100) Subject: This small patch fixes new make-dependencies of the secpol_tool X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16047^2~99 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=1d7579804ba090c08d31c188fa4e82e6ae03d48d;p=xen.git This small patch fixes new make-dependencies of the secpol_tool Signed-off by: Reiner Sailer --- diff --git a/tools/security/Makefile b/tools/security/Makefile index 018ba643b2..7316599aa6 100644 --- a/tools/security/Makefile +++ b/tools/security/Makefile @@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk CFLAGS += -Werror CFLAGS += -fno-strict-aliasing -CFLAGS += -I. +CFLAGS += -I. -I $(XEN_LIBXC) CPPFLAGS += -MMD -MF .$*.d PROG_DEPS = .*.d @@ -89,7 +89,7 @@ build: mk-symlinks $(ACM_INST_TOOLS) $(ACM_NOINST_TOOLS) chmod 700 $(ACM_SCRIPTS) xensec_tool: $(OBJS_TOOL) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ -L$(XEN_LIBXC) -lxenctrl xensec_xml2bin: $(OBJS_XML2BIN) $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^